runtime.mLockProfile.stack (field)
10 uses
	runtime (current package)
		mprof.go#L717: 	stack      []uintptr    // stack that experienced contention in runtime.lockWithRank
		mprof.go#L799: 	prof.stack[0] = logicalStackSentinel
		mprof.go#L801: 		prof.stack[1] = abi.FuncPCABIInternal(_LostContendedRuntimeLock) + sys.PCQuantum
		mprof.go#L802: 		prof.stack[2] = 0
		mprof.go#L813: 		nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
		mprof.go#L815: 	if nstk < len(prof.stack) {
		mprof.go#L816: 		prof.stack[nstk] = 0
		mprof.go#L830: 		if pc := prof.stack[i]; pc == 0 {
		mprof.go#L840: 	saveBlockEventStack(cycles, rate, prof.stack[:nstk], mutexProfile)
		proc.go#L974: 	mp.mLockProfile.stack = makeProfStackFP()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |